home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr10 / snr503.zip / READ.ME < prev    next >
Text File  |  1993-05-30  |  3KB  |  55 lines

  1. Files comprising the shareware distribution package for SNR 5.03
  2.  
  3. READ.ME .............The file you're looking at now
  4. ORDER.FRM ...........Registration order form
  5. DEMO.BAT ............Runs a test file through a series of tables for you.
  6.                      To invoke the demo, just type DEMO
  7. SNR.EXE .............The shareware version of SNR 5.03
  8. SNR503.DOC ..........The user manual
  9. QUIKREF.DOC .........Quick reference command sheet
  10.  
  11. DEMOTEST ............Test file for DEMO.BAT
  12. FIXED ...............Test file for FIXED2CR.S
  13. PENTATST ............Test file for NOCODES.S
  14. TABTEST .............Test file for SPC2TAB.S
  15. MERGE ...............Test file for SDF2FIX.S
  16.  
  17. The following sample tables may be run as is, or you can modify them for your 
  18. own purposes. Read each of them before running them to see what they are 
  19. supposed to do; then run them on some test files of yours to see the result of 
  20. the conversion. It's easier to understand a translation table once you know 
  21. what it does. 
  22.  
  23. ADDLF.S .............Add line feeds to carriage returns
  24. ASC2EBC.S ...........ASCII-to-EBCDIC table
  25. ASC2VP.S ............ASCII to Ventura Publisher special codes
  26. CAP2LC1.S ...........Makes an all-upper case file upper and lower case
  27. CAP2LC2.S ...........Cleanup table for upper and lower case conversion
  28. CHOP.S ..............Strips the 8th bit from all characters
  29. COMPRESS.S ..........Compresses multiple adjacent spaces
  30. DECRYPT.S ...........Unscrambles a file encrypted with ENCRYPT.S
  31. EBC2ASC.S ...........EBCDIC-to-ASCII table
  32. EL2ONE.S ............Changes letters l and O to numerals 1 and 0
  33. ENCRYPT.S ...........Purposely scrambles a file for security
  34. EVERY5.S ............Outputs a special tag every five lines
  35. FIXED2CR.S ..........Turns a fixed-length data file into ASCII text lines
  36. LC2CAP.S ............Makes all letters upper case
  37. NOCODES.S ...........Removes Penta Systems typesetting codes
  38. NONONASC.S ..........Removes all non-ASCII characters
  39. PARATAG.S ...........Distinguishes ASCII paragraphs from line-for-line text
  40. QUOTES.S ............Makes the double-quote character left- and right-facing
  41. SDF2FIX.S ...........Turns comma-delimited fields into fixed-length fields
  42. SHAVE.S .............Removes the first 256 characters from any file
  43. SINGLESP.S ..........Turns a double-spaced document into a single-spaced one
  44. SPC2TAB.S ...........Converts three or more spaces into a tab code
  45. SPELL.S .............Corrects some commonly-misspelled words
  46. SWAPTABS.S ..........Transposes variable-length tab columns
  47. TABULAR.S ...........Places tab codes between fixed-length columns
  48. TABULAR2.S ..........Pass 2 cleanup for TABULAR.S
  49. TRUNCATE.S ..........Truncates a file upon encountering an end-of-file char.
  50. VARIABLE.S ..........Sample equations for variable-length search & replace
  51. VTYPE.S .............Clearly shows all non-ASCII characters
  52. WORDWRAP.S ..........Word wrap a file that contains long text lines
  53. WS2PLAIN.S ..........Wordstar to ASCII; ignores dot commands, too.
  54.  
  55.